[ToC] [Up] [Back] [Next] ... [Book Plug] |
The Information Commons .................... Introduction to HTML |
You can print this page to see all the alignments!
<p> <IMG SRC="testicon.gif" ALT="[Test image]" ALIGN=TOP> Here is some text related to the test image. It is not very interesting, but should show how the text is wrapped around the image given the ALIGN=TOP alignment attribute.This is rendered:
Here is some text related to the test image.
It is not very interesting, but should show how the
text is wrapped around the image given the ALIGN=TOP
alignment attribute.
<p> <IMG SRC="testicon.gif" ALT="[Test image]" ALIGN=texttop> Here is some text related to the test image. It is not very interesting, but should show how the text is wrapped around the image given the ALIGN=texttop alignment attribute.This is rendered:
Here is some text related to the test image.
It is not very interesting, but should show how the
text is wrapped around the image given the ALIGN=texttop
alignment attribute.
<p> <IMG SRC="testicon.gif" ALT="[Test image]" ALIGN=BOTTOM> Here is some text related to the test image. It is not very interesting, but should show how the text is wrapped around the image given the ALIGN=BOTTOM alignment attribute.This is rendered:
Here is some text related to the test image.
It is not very interesting, but should show how the
text is wrapped around the image given the ALIGN=BOTTOM
alignment attribute.
<p> <IMG SRC="testicon.gif" ALT="[Test image]" ALIGN=ABSBOTTOM> Here is some text related to the test image. It is not very interesting, but should show how the text is wrapped around the image given the ALIGN=absbottom alignment attribute.This is rendered:
Here is some text related to the test image.
It is not very interesting, but should show how the
text is wrapped around the image given the ALIGN=absbottom
alignment attribute.
<p> <IMG SRC="testicon.gif" ALT="[Test image]" ALIGN=MIDDLE> Here is some text related to the test image. It is not very interesting, but should show how the text is wrapped around the image given the ALIGN=MIDDLE alignment attribute.This is rendered:
Here is some text related to the test image.
It is not very interesting, but should show how the
text is wrapped around the image given the ALIGN=MIDDLE
alignment attribute.
<p> <IMG SRC="testicon.gif" ALT="[Test image]" ALIGN=ABSMIDDLE> Here is some text related to the test image. It is not very interesting, but should show how the text is wrapped around the image given the ALIGN=absmiddle alignment attribute.This is rendered:
Here is some text related to the test image.
It is not very interesting, but should show how the
text is wrapped around the image given the ALIGN=absmiddle
alignment attribute.
<p> <IMG SRC="testicon.gif" ALT="[Test image]" ALIGN=BASELINE> Here is some text related to the test image. It is not very interesting, but should show how the text is wrapped around the image given the ALIGN=baseline alignment attribute.This is rendered:
Here is some text related to the test image.
It is not very interesting, but should show how the
text is wrapped around the image given the ALIGN=baseline
alignment attribute.
Note also the use of BR elements to break the text flow.
<p> <IMG SRC="testicon.gif" ALT="[Test image]" ALIGN=LEFT> Here is some text related to the test image. <br> It is not very interesting, but should show how the text is wrapped around the image given the <br clear="left"> ALIGN=leftcalignment attribute. . Note how the element <br clear="left"> clears the flow of text to fall after the image.This is rendered:
Here is some text related to the test image.
It is not very interesting, but should show how the
text is wrapped around the image given
the ALIGN=left
alignment attribute.
<p> <IMG SRC="testicon.gif" ALT="[Test image]" ALIGN=RIGHT> Here is some text related to the test image. It is not very interesting, but should show how the text is wrapped around the image given the ALIGN=right alignment attribute.This is rendered:
Here is some text related to the test image.
It is not very interesting, but should show how the
text is wrapped around the image given the ALIGN=right
alignment attribute.
<p> <a href="image_examples.html"> <IMG SRC="testicon.gif" ALT="[Test image]" ALIGN=MIDDLE> </a> This icon is also a hypertext link (in this case, just back to this document).This is rendered:
This icon is also a hypertext link (in this case, just back to
this document).
John Van Essen of the University of Minnesota has assembled another
image alignment test page -- have a look at:
http://www.umn.edu/nlhome/m266/vanes002/imgtest/.
[ToC] [Up] [Back] [Next] ... [Book Plug] | .................... Introduction to HTML |
© Ian Graham 1994-1995 | Page Last Updated: 4 December 1995 |